home *** CD-ROM | disk | FTP | other *** search
- object FormMain: TFormMain
- Left = 192
- Top = 107
- Width = 512
- Height = 257
- Caption = 'DAXDoc - Delphi ActiveX Doc Server'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Memo: TMemo
- Left = 0
- Top = 0
- Width = 504
- Height = 211
- Align = alClient
- TabOrder = 0
- end
- object MainMenu: TMainMenu
- Left = 8
- Top = 8
- object File1: TMenuItem
- Caption = '&Edit'
- GroupIndex = 1
- object Save1: TMenuItem
- Caption = '&Change color'
- OnClick = Save1Click
- end
- end
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Left = 40
- Top = 8
- end
- end
-